home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _D53DDB1BEDE0494890D999FE0B35244D < prev    next >
Encoding:
Text File  |  2004-01-06  |  341 b   |  18 lines

  1.  
  2.       #include "../CGVPMacro.csi"
  3.  
  4.       DefaultPos
  5.  
  6.       MainInput { VIEWPROJ_MATRIX }
  7.       DeclarationsScript
  8.       {
  9.         IN_T0_C0
  10.         OUT_T0_C0
  11.       }
  12.       PositionScript = PosCommon                 
  13.       CoreScript
  14.       {
  15.         OUT.Tex0.xy = IN.TexCoord0.xy;
  16.         OUT.Color   = IN.Color;
  17.       }
  18.